Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Posting Authority check before logging in #8

Merged
merged 2 commits into from
Feb 28, 2024

Conversation

sag333ar
Copy link
Collaborator

  • Granting JWT Token only if posting authority found.
  • This JWT Token subsequently will be used for upvote, comment, post etc.
  • Without posting authority, all of the operations may fail.
  • So, it's best to check at time of login /login_singleton
  • It would be front-ends responsibility to get posting authority first.
  • After that front-ends can generate proof & proof of payload & execute/login_singleton for logging in.

…bsequently used for upvote, comment, post etc. Without posting authority, all of the operations may fail.
@sag333ar sag333ar merged commit 577f3c7 into main Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants